IPublishFile::IsAssembly Property

 

Gets whether or not the interface's file is an assembly.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(2)]
property bool IsAssembly {
	bool get();
}

Property Value

Type: System::Boolean

true if the file is an assembly, otherwise false.

Return to top
Show: