ProjectNode.GetConfigurationIndependentPropertyPages Method

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

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace