IVsExtensibility3.GetProperties – metoda (Object, Object, Object)
Toto rozhraní API podporuje infrastrukturu produkt a není určené k použití přímo z vašeho kódu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int GetProperties(
object pParent,
object pdispPropObj,
out object ppProperties
)
int GetProperties(
Object^ pParent,
Object^ pdispPropObj,
[OutAttribute] Object^% ppProperties
)
abstract GetProperties :
pParent:Object *
pdispPropObj:Object *
ppProperties:Object byref -> int
Function GetProperties (
pParent As Object,
pdispPropObj As Object,
<OutAttribute> ByRef ppProperties As Object
) As Integer
Parametry
- pParent
Type: System.Object
- pdispPropObj
Type: System.Object
- ppProperties
Type: System.Object
Vrácená hodnota
Type: System.Int32
Viz také
IVsExtensibility3 – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek