Metoda IPersistFileFormat.GetClassID — (Guid)
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int GetClassID(
out Guid pClassID
)
int GetClassID(
[OutAttribute] Guid% pClassID
)
abstract GetClassID :
pClassID:Guid byref -> int
Function GetClassID (
<OutAttribute> ByRef pClassID As Guid
) As Integer
Parametry
pClassID
Type: System.Guid[out] Wskazuje lokalizację CLSID na return. Identyfikator CLSID jest unikatowy identyfikator globalny (GUID) reprezentujący jednoznacznie określająca kodu, który można manipulować danymi obiektu klasy obiektu.
Wartość zwracana
Type: System.Int32
Implementuje
Uwagi
GetClassID Metoda pobiera identyfikator klasy (CLSID) dla obiektu, używane w operacjach później załadować określonego obiektu kodu w kontekście wywołującego.
Zobacz też
Interfejs IPersistFileFormat
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku