Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The integer type of the marker.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Dichiarazione
ReadOnly Property Type As Integer
Get
int Type { get; }
property int Type {
int get ();
}
abstract Type : int
function get Type () : int
Property Value
Type: System.Int32
The integer type.
Remarks
This is equivalent to the type produced by GetType.
.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.