Gets the GUIDs of the configuration-dependent property pages.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function GetConfigurationDependentPropertyPages As Guid()
'使用
Dim returnValue As Guid()
returnValue = Me.GetConfigurationDependentPropertyPages()
protected virtual Guid[] GetConfigurationDependentPropertyPages()
protected:
virtual array<Guid>^ GetConfigurationDependentPropertyPages()
protected function GetConfigurationDependentPropertyPages() : Guid[]
Return Value
Type: []
When overridden by derived classes, an array of GUIDs representing the property pages that are configuration-dependent.
Remarks
By default returns an array with only the empty GUID.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.