Gets the configuration provider for this project.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected ReadOnly Property ConfigProvider As ConfigProvider
'使用
Dim value As ConfigProvider
value = Me.ConfigProvider
protected ConfigProvider ConfigProvider { get; }
protected:
property ConfigProvider^ ConfigProvider {
ConfigProvider^ get ();
}
protected function get ConfigProvider () : ConfigProvider
Property Value
Type: Microsoft.VisualStudio.Package.ConfigProvider
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.