ProjectNode.GetConfigurationDependentPropertyPages Method

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

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace