ClassData.NamedObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of named objects.
public:
property System::Collections::Generic::IList<Microsoft::Build::Tasks::Xaml::NamedObject ^> ^ NamedObjects { System::Collections::Generic::IList<Microsoft::Build::Tasks::Xaml::NamedObject ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Build.Tasks.Xaml.NamedObject> NamedObjects { get; }
member this.NamedObjects : System.Collections.Generic.IList<Microsoft.Build.Tasks.Xaml.NamedObject>
Public ReadOnly Property NamedObjects As IList(Of NamedObject)
Property Value
The list of named objects.