Part.Metadata Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the metadata. 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 Metadata As IDictionary(Of String, Object)
Get
Friend Set
'Usage
Dim instance As Part
Dim value As IDictionary(Of String, Object)
value = instance.Metadata
public IDictionary<string, Object> Metadata { get; internal set; }
public:
property IDictionary<String^, Object^>^ Metadata {
IDictionary<String^, Object^>^ get ();
internal: void set (IDictionary<String^, Object^>^ value);
}
member Metadata : IDictionary<string, Object> with get, internal set
function get Metadata () : IDictionary<String, Object>
internal function set Metadata (value : IDictionary<String, Object>)
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The metadata.
.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.