IVsUIObject.get_Type – metoda (String)
Vrátí název datového typu objektu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
int get_Type(
out string pTypeName
)
int get_Type(
[OutAttribute] String^% pTypeName
)
abstract get_Type :
pTypeName:string byref -> int
Function get_Type (
<OutAttribute> ByRef pTypeName As String
) As Integer
Parametry
- pTypeName
[výstup] Umístění vrátit název typu.
Vrácená hodnota
Type: System.Int32
Pokud byl vrácen typ dat, vrátí S_OK.
Viz také
IVsUIObject – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek