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

value = instance.ContainingFile

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

Property Value

Type: System.String

Implements

_TypeLibInfo.ContainingFile

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace