Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public ReadOnly Property DescriptionKey As String
'使用
Dim instance As DescriptionResourceAttribute
Dim value As String
value = instance.DescriptionKey
public string DescriptionKey { get; }
public:
property String^ DescriptionKey {
String^ get ();
}
public function get DescriptionKey () : String
Property Value
Type: System.String
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.
See Also
Reference
DescriptionResourceAttribute Class