Reference5.ExpandedSdkReferences 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 the list of references associated with an SDK.
public:
property Array ^ ExpandedSdkReferences { Array ^ get(); };
[System.Runtime.InteropServices.DispId(128)]
public Array ExpandedSdkReferences { [System.Runtime.InteropServices.DispId(128)] get; }
[<System.Runtime.InteropServices.DispId(128)>]
[<get: System.Runtime.InteropServices.DispId(128)>]
member this.ExpandedSdkReferences : Array
Public ReadOnly Property ExpandedSdkReferences As Array
Property Value
Returns a list of references.
- Attributes