VCManifestTool.ComponentFileName - свойство
Sets or gets the component file name for an isolated COM dll.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property ComponentFileName As String
'Применение
Dim instance As VCManifestTool
Dim value As String
value = instance.ComponentFileName
instance.ComponentFileName = value
string ComponentFileName { get; set; }
property String^ ComponentFileName {
String^ get ();
void set (String^ value);
}
function get ComponentFileName () : String
function set ComponentFileName (value : String)
Значение свойства
Тип: System.String
String containing the isolated COM dll name.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.