VCManifestTool.TypeLibraryFile - свойство
Gets or sets the name of the type library file.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property TypeLibraryFile As String
'Применение
Dim instance As VCManifestTool
Dim value As String
value = instance.TypeLibraryFile
instance.TypeLibraryFile = value
string TypeLibraryFile { get; set; }
property String^ TypeLibraryFile {
String^ get ();
void set (String^ value);
}
function get TypeLibraryFile () : String
function set TypeLibraryFile (value : String)
Значение свойства
Тип: System.String
The name of the type library file.
Заметки
TypeLibraryFile exposes the functionality of the /TLBOUT (Name .TLB File) linker option.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.