Marshal.GetTypeInfoName Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ITypeInfo nesnesi tarafından temsil edilen türün adını alır.
Aşırı Yüklemeler
GetTypeInfoName(UCOMITypeInfo) |
Geçersiz.
ITypeInfo nesnesi tarafından temsil edilen türün adını alır. |
GetTypeInfoName(ITypeInfo) |
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.
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ğırarak ve 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
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.