IRenameItemTransaction.RenameLabel Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Property RenameLabel As String
string RenameLabel { get; set; }
property String^ RenameLabel {
    String^ get ();
    void set (String^ value);
}
abstract RenameLabel : string with get, set
function get RenameLabel () : String 
function set RenameLabel (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IRenameItemTransaction Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace