Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the Label attached property for an object.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared Sub SetLabel ( _
element As DependencyObject, _
value As String _
)
public static void SetLabel(
DependencyObject element,
string value
)
public:
static void SetLabel(
DependencyObject^ element,
String^ value
)
static member SetLabel :
element:DependencyObject *
value:string -> unit
public static function SetLabel(
element : DependencyObject,
value : String
)
Parameters
- element
Type: System.Windows.DependencyObject
The object to which the attached property is written.
- value
Type: System.String
The value to set.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The specified element is nulla null reference (Nothing in Visual Basic). |
.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.