AcManager.Controls.Helpers.ShellLink.PropertyKey.PropertyKey C# (CSharp) Method

PropertyKey() public method

public PropertyKey ( string formatId, Int32 propertyId ) : System
formatId string
propertyId System.Int32
return System
            public PropertyKey(string formatId, Int32 propertyId) {
                this.formatId = new Guid(formatId);
                this.propertyId = propertyId;
            }

Same methods

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