Gets the warning string.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property WarningString As String
'使用
Dim instance As ProjectNode
Dim value As String
value = instance.WarningString
public virtual string WarningString { get; }
public:
virtual property String^ WarningString {
String^ get ();
}
public function get WarningString () : String
Property Value
Type: System.String
When overridden by derived classes, the warning string for the project.
Remarks
If the warning string is a null reference (Nothing in Visual Basic), returns the localized form of WarningString().
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.