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