Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets or gets the string replacement for the user macro.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property Value As String
'Usage
Dim instance As VCUserMacro
Dim value As String
value = instance.Value
instance.Value = value
string Value { get; set; }
property String^ Value {
String^ get ();
void set (String^ value);
}
function get Value () : String
function set Value (value : String)
Property Value
Type: System.String
String containing the replacement text for the macro.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.