Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal visualParent As FrameworkElement, _ ByVal logicalParent As FrameworkElement _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnObjectCollection( FrameworkElement visualParent, FrameworkElement logicalParent ) |
C++/CLI | |
---|---|
public: AnnObjectCollection( FrameworkElement visualParent, FrameworkElement logicalParent ) |
Parameters
- visualParent
- The FrameworkElement parent of the collection.
- logicalParent
- The logical parent of the objects in the collection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family