Marshal.GetTypeInfoName Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mengambil nama jenis yang diwakili oleh objek ITypeInfo .
Overload
GetTypeInfoName(UCOMITypeInfo) |
Kedaluwarsa.
Mengambil nama jenis yang diwakili oleh objek ITypeInfo . |
GetTypeInfoName(ITypeInfo) |
Mengambil nama jenis yang diwakili oleh objek ITypeInfo . |
GetTypeInfoName(UCOMITypeInfo)
Perhatian
Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.
Mengambil nama jenis yang diwakili oleh objek ITypeInfo .
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
Parameter
- pTI
- UCOMITypeInfo
Objek yang mewakili ITypeInfo
penunjuk.
Mengembalikan
Nama jenis yang dirujuk pTI
parameter.
- Atribut
Keterangan
Anda juga dapat mengambil nama jenis yang ITypeInfo
diwakili oleh objek dengan memanggil UCOMITypeInfo.GetDocumentation metode dan meneruskan -1 untuk parameter pertamanya.
Lihat juga
Berlaku untuk
GetTypeInfoName(ITypeInfo)
- Sumber:
- Marshal.NoCom.cs
- Sumber:
- Marshal.NoCom.cs
- Sumber:
- Marshal.NoCom.cs
Mengambil nama jenis yang diwakili oleh objek ITypeInfo .
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
Parameter
- typeInfo
- ITypeInfo
Objek yang mewakili ITypeInfo
penunjuk.
Mengembalikan
Nama jenis yang dirujuk typeInfo
parameter.
- Atribut
Pengecualian
Parameternya typeInfo
adalah null
.
Keterangan
Anda juga dapat mengambil nama jenis yang diwakili oleh dengan ITypeInfo
memanggil UCOMITypeInfo.GetDocumentation metode dan meneruskan -1 untuk parameter pertamanya.