Share via


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

See Also

Reference

RenameItemTransaction Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace