_ITypeInfo.TypeInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property Type ^ TypeInfo { Type ^ get(); void set(Type ^ value); };
public:
property Platform::Type ^ TypeInfo { Platform::Type ^ get(); void set(Platform::Type ^ value); };
[System.Runtime.InteropServices.DispId(1610743808)]
public Type TypeInfo { [System.Runtime.InteropServices.DispId(1610743808)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] get; [System.Runtime.InteropServices.DispId(1610743808)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
[<set: System.Runtime.InteropServices.DispId(1610743808)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.TypeInfo : Type with get, set
Public Property TypeInfo As Type
Property Value
- Attributes