VCManagedResourceCompilerTool.toolName - свойство
Gets the name of the specified tool.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
ReadOnly Default Property toolName As String
'Применение
Dim instance As VCManagedResourceCompilerTool
Dim value As String
value = instance
string this { get; }
property String^ default {
String^ get ();
}
function get toolName () : String
Значение свойства
Тип: System.String
A string representing the name of the specified tool.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Ссылки
VCManagedResourceCompilerTool Интерфейс