Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public ReadOnly Property Message As ValidationMessage
'使用
Dim instance As ValidationTask
Dim value As ValidationMessage
value = instance.Message
public ValidationMessage Message { get; }
public:
property ValidationMessage^ Message {
ValidationMessage^ get ();
}
public function get Message () : ValidationMessage
Property Value
Type: Microsoft.VisualStudio.Modeling.Validation.ValidationMessage
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.