Imp.IsRecomposable Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether the part is recomposable. This is for internal use only and was marked public to allow it to be serialized into XAML.

Namespace:  System.ComponentModel.Composition.Caching
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
Public Property IsRecomposable As Boolean
    Get
    Set
'Usage
Dim instance As Imp
Dim value As Boolean

value = instance.IsRecomposable

instance.IsRecomposable = value
public bool IsRecomposable { get; set; }
public:
property bool IsRecomposable {
    bool get ();
    void set (bool value);
}
member IsRecomposable : bool with get, set
function get IsRecomposable () : boolean
function set IsRecomposable (value : boolean)

Property Value

Type: System.Boolean
True if the part is recomposable.

.NET Framework Security

See Also

Reference

Imp Class

Imp Members

System.ComponentModel.Composition.Caching Namespace