IVSMDPerPropertyBrowsing Interface
Allows native COM objects to specify managed attributes on values. It can be used to expose the richer functionality of managed objects as COM objects.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("7494683C-37A0-11D2-A273-00C04F8EF4FF")> _
Public Interface IVSMDPerPropertyBrowsing
[InterfaceTypeAttribute()]
[GuidAttribute("7494683C-37A0-11D2-A273-00C04F8EF4FF")]
public interface IVSMDPerPropertyBrowsing
The IVSMDPerPropertyBrowsing type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPropertyAttributes | Gets the list of attributes for the object. |
Top