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