AcManager.Controls.Helpers.ShellLink.PropertyKey.PropertyKey C# (CSharp) 메소드

PropertyKey() 공개 메소드

public PropertyKey ( System.Guid formatId, Int32 propertyId ) : System
formatId System.Guid
propertyId System.Int32
리턴 System
            public PropertyKey(Guid formatId, Int32 propertyId) {
                this.formatId = formatId;
                this.propertyId = propertyId;
            }

Same methods

ShellLink.PropertyKey::PropertyKey ( string formatId, Int32 propertyId ) : System
ShellLink.PropertyKey