Gets the GUIDs of the configuration-independent property pages.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function GetConfigurationIndependentPropertyPages As Guid()
'使用
Dim returnValue As Guid()
returnValue = Me.GetConfigurationIndependentPropertyPages()
protected virtual Guid[] GetConfigurationIndependentPropertyPages()
protected:
virtual array<Guid>^ GetConfigurationIndependentPropertyPages()
protected function GetConfigurationIndependentPropertyPages() : Guid[]
Return Value
Type: []
When overridden by derived classes, an array of GUIDs representing the property pages that are not dependent on the configuration.
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.