TypeLibInfoClass.CustomDataCollection Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CustomDataCollection As CustomDataCollection
'Usage
Dim instance As TypeLibInfoClass 
Dim value As CustomDataCollection 

value = instance.CustomDataCollection
public virtual CustomDataCollection CustomDataCollection { get; }
public:
virtual property CustomDataCollection^ CustomDataCollection {
    CustomDataCollection^ get ();
}
public function get CustomDataCollection () : CustomDataCollection

Property Value

Type: TLI.CustomDataCollection

Implements

_TypeLibInfo.CustomDataCollection

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace