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
propertyName
Type: System.StringThe name of the property.
Return Value
Type: System.String
The value of the specified property.
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.