Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("7494683C-37A0-11D2-A273-00C04F8EF4FF")> _
Public Interface IVSMDPerPropertyBrowsing
[InterfaceTypeAttribute()]
[GuidAttribute("7494683C-37A0-11D2-A273-00C04F8EF4FF")]
public interface IVSMDPerPropertyBrowsing
[InterfaceTypeAttribute()]
[GuidAttribute(L"7494683C-37A0-11D2-A273-00C04F8EF4FF")]
public interface class IVSMDPerPropertyBrowsing
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7494683C-37A0-11D2-A273-00C04F8EF4FF")>]
type IVSMDPerPropertyBrowsing = interface end
public interface IVSMDPerPropertyBrowsing
The IVSMDPerPropertyBrowsing type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetPropertyAttributes | Gets the list of attributes for the object. |
Top