ComponentDependencyAttribute Constructor
Initializes a new instance of ComponentDependencyAttribute using the given component ID.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Sub New ( _
id As String _
)
'Usage
Dim id As String
Dim instance As New ComponentDependencyAttribute(id)
public ComponentDependencyAttribute (
string id
)
public:
ComponentDependencyAttribute (
String^ id
)
public ComponentDependencyAttribute (
String id
)
public function ComponentDependencyAttribute (
id : String
)
Parameters
- id
The ID of the component. May not be null.
See Also
Reference
ComponentDependencyAttribute Class
ComponentDependencyAttribute Members
Microsoft.Practices.CompositeUI Namespace