Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the cloned instance.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CloneInstance As UIElement
public UIElement CloneInstance { get; set; }
public:
property UIElement^ CloneInstance {
UIElement^ get ();
void set (UIElement^ value);
}
member CloneInstance : UIElement with get, set
function get CloneInstance () : UIElement
function set CloneInstance (value : UIElement)
Property Value
Type: System.Windows.UIElement
The cloned instance.
.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.