次の方法で共有


ContentLoadError.Title Property

Error title

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)

Syntax

'宣言
Public Property Title As String
    Get
    Set
'使用
Dim instance As ContentLoadError
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
member Title : string with get, set
function get Title () : String
function set Title (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ContentLoadError Class

ContentLoadError Members

Microsoft.VisualStudio.PlatformUI Namespace