DatabaseProjectReferenceSelectorData.AddMetadata Method
Used to allow database schema providers to initialize the node after it has been created through the DatabaseNodeAdded event.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub AddMetadata ( _
name As String, _
value As String _
)
public void AddMetadata(
string name,
string value
)
public:
void AddMetadata(
String^ name,
String^ value
)
member AddMetadata :
name:string *
value:string -> unit
public function AddMetadata(
name : String,
value : String
)
Parameters
- name
Type: System.String
The name of the metadata.
- value
Type: System.String
The value of 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.
See Also
Reference
DatabaseProjectReferenceSelectorData Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace