Error details
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)
Syntax
'宣言
Public Property Detail As String
Get
Set
'使用
Dim instance As ContentLoadError
Dim value As String
value = instance.Detail
instance.Detail = value
public string Detail { get; set; }
public:
property String^ Detail {
String^ get ();
void set (String^ value);
}
member Detail : string with get, set
function get Detail () : String
function set Detail (value : String)
Property Value
Type: System.String
.NET Framework Security
- 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.