Gets the set of configuration properties.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ConfigurationProperties As Object
'使用
Dim instance As ProjectConfig
Dim value As Object
value = instance.ConfigurationProperties
public virtual Object ConfigurationProperties { get; }
public:
virtual property Object^ ConfigurationProperties {
Object^ get ();
}
public function get ConfigurationProperties () : Object
Property Value
Type: System.Object
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.