Marshal.GetTypeInfoName Yöntem

Tanım

Bir ITypeInfo nesnesi tarafından temsil edilen türün adını alır.

Aşırı Yüklemeler

GetTypeInfoName(UCOMITypeInfo)
Geçersiz.

Bir ITypeInfo nesnesi tarafından temsil edilen türün adını alır.

GetTypeInfoName(ITypeInfo)

Bir ITypeInfo nesnesi tarafından temsil edilen türün adını alır.

GetTypeInfoName(UCOMITypeInfo)

Dikkat

Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.

Bir ITypeInfo nesnesi tarafından temsil edilen türün adını alır.

public:
 static System::String ^ GetTypeInfoName(System::Runtime::InteropServices::UCOMITypeInfo ^ pTI);
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
[System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)]
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
[System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)]
[System.Security.SecurityCritical]
public static string GetTypeInfoName (System.Runtime.InteropServices.UCOMITypeInfo pTI);
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
[<System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)>]
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
[<System.Obsolete("Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.", false)>]
[<System.Security.SecurityCritical>]
static member GetTypeInfoName : System.Runtime.InteropServices.UCOMITypeInfo -> string
Public Shared Function GetTypeInfoName (pTI As UCOMITypeInfo) As String

Parametreler

pTI
UCOMITypeInfo

bir işaretçiyi temsil eden nesne ITypeInfo .

Döndürülenler

Parametrenin işaret olduğu türün pTI adı.

Öznitelikler

Açıklamalar

Yöntemini çağırıp ilk parametresi için -1 geçirerek bir ITypeInfo nesne tarafından temsil edilen türün UCOMITypeInfo.GetDocumentation adını da alabilirsiniz.

Ayrıca bkz.

Şunlara uygulanır

GetTypeInfoName(ITypeInfo)

Kaynak:
Marshal.NoCom.cs
Kaynak:
Marshal.NoCom.cs
Kaynak:
Marshal.NoCom.cs

Bir ITypeInfo nesnesi tarafından temsil edilen türün adını alır.

public:
 static System::String ^ GetTypeInfoName(System::Runtime::InteropServices::ComTypes::ITypeInfo ^ typeInfo);
[System.Security.SecurityCritical]
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
public static string GetTypeInfoName (System.Runtime.InteropServices.ComTypes.ITypeInfo typeInfo);
[<System.Security.SecurityCritical>]
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
static member GetTypeInfoName : System.Runtime.InteropServices.ComTypes.ITypeInfo -> string
Public Shared Function GetTypeInfoName (typeInfo As ITypeInfo) As String

Parametreler

typeInfo
ITypeInfo

bir işaretçiyi temsil eden nesne ITypeInfo .

Döndürülenler

Parametrenin işaret olduğu türün typeInfo adı.

Öznitelikler

Özel durumlar

typeInfo parametresidirnull.

Açıklamalar

Yöntemini çağırıp ilk parametresi için -1 geçirerek ile ITypeInfo temsil edilen türün UCOMITypeInfo.GetDocumentation adını da alabilirsiniz.

Ayrıca bkz.

Şunlara uygulanır