Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates an object supports property pages and retrieves those pages. For more information, see ISpecifyPropertyPages.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B196B28B-BAB4-101A-B69C-00AA00341D07")> _
<InterfaceTypeAttribute()> _
Public Interface ISpecifyPropertyPages
'Usage
Dim instance As ISpecifyPropertyPages
[GuidAttribute("B196B28B-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface ISpecifyPropertyPages
[GuidAttribute(L"B196B28B-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute()]
public interface class ISpecifyPropertyPages
[<GuidAttribute("B196B28B-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute()>]
type ISpecifyPropertyPages = interface end
public interface ISpecifyPropertyPages