Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Changes the initial display of the property page in the Properties window. You can get an instance of the interface from the SVsPropertyPageFrame (SID_SVsPropertyPageFrame) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("BC039978-213E-4CA0-81C4-10EDF2AF2D66")> _
Public Interface IVsPropertyPageFrame
'Utilisation
Dim instance As IVsPropertyPageFrame
[InterfaceTypeAttribute()]
[GuidAttribute("BC039978-213E-4CA0-81C4-10EDF2AF2D66")]
public interface IVsPropertyPageFrame
[InterfaceTypeAttribute()]
[GuidAttribute(L"BC039978-213E-4CA0-81C4-10EDF2AF2D66")]
public interface class IVsPropertyPageFrame
public interface IVsPropertyPageFrame
Remarks
Use this interface only if you want to change the initial property page display. Otherwise, let the environment handle the property page display.