SettingsPage.GetConfigProperty Method

Gets the supplied property from the active configuration.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Function GetConfigProperty ( _
    propertyName As String _
) As String
'使用
Dim instance As SettingsPage
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetConfigProperty(propertyName)
public string GetConfigProperty(
    string propertyName
)
public:
String^ GetConfigProperty(
    String^ propertyName
)
public function GetConfigProperty(
    propertyName : String
) : String

Parameters

Return Value

Type: System.String

The value of the specified property.

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace