Share via


_TypeLibInfo.ContainingFile 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
Property ContainingFile As String
'Usage
Dim instance As _TypeLibInfo 
Dim value As String 

value = instance.ContainingFile

instance.ContainingFile = value
string ContainingFile { get; set; }
property String^ ContainingFile {
    String^ get ();
    void set (String^ value);
}
function get ContainingFile () : String 
function set ContainingFile (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace