RenameItemTransaction.RenameLabel Property
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Property RenameLabel As String
public virtual string RenameLabel { get; set; }
public:
virtual property String^ RenameLabel {
String^ get ();
void set (String^ value);
}
abstract RenameLabel : string with get, set
override RenameLabel : string with get, set
function get RenameLabel () : String
function set RenameLabel (value : String)
Property Value
Type: System.String
Implements
IRenameItemTransaction.RenameLabel
.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.