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