Marshal.GetTypeInfoName 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다.
오버로드
GetTypeInfoName(UCOMITypeInfo) |
사용되지 않음.
ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다. |
GetTypeInfoName(ITypeInfo) |
ITypeInfo 개체가 나타내는 형식의 이름을 검색합니다. |
GetTypeInfoName(UCOMITypeInfo)
주의
Use System.Runtime.InteropServices.Marshal.GetTypeInfoName(ITypeInfo pTLB) instead. http://go.microsoft.com/fwlink/?linkid=14202&ID=0000011.
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
매개 변수
- pTI
- UCOMITypeInfo
ITypeInfo
포인터를 나타내는 개체입니다.
반환
pTI
매개 변수가 가리키는 형식의 이름입니다.
- 특성
설명
메서드를 호출 UCOMITypeInfo.GetDocumentation 하고 첫 번째 매개 변수에 대해 -1을 ITypeInfo
전달하여 개체가 나타내는 형식의 이름을 검색할 수도 있습니다.
추가 정보
적용 대상
GetTypeInfoName(ITypeInfo)
- Source:
- Marshal.NoCom.cs
- Source:
- Marshal.NoCom.cs
- Source:
- Marshal.NoCom.cs
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
매개 변수
- typeInfo
- ITypeInfo
ITypeInfo
포인터를 나타내는 개체입니다.
반환
typeInfo
매개 변수가 가리키는 형식의 이름입니다.
- 특성
예외
typeInfo
매개 변수가 null
인 경우
설명
메서드를 호출 UCOMITypeInfo.GetDocumentation 하고 첫 번째 매개 변수에 대해 -1을 ITypeInfo
전달하여 가 나타내는 형식의 이름을 검색할 수도 있습니다.
추가 정보
적용 대상
.NET