ReferenceItemInfo(UnityProjectInfo, Guid, Uri, String) Constructor
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.
Creates a new instance.
protected:
ReferenceItemInfo(Microsoft::MixedReality::Toolkit::MSBuild::UnityProjectInfo ^ unityProjectInfo, Guid guid, Uri ^ referencePath, System::String ^ name);
protected ReferenceItemInfo (Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo unityProjectInfo, Guid guid, Uri referencePath, string name);
new Microsoft.MixedReality.Toolkit.MSBuild.ReferenceItemInfo : Microsoft.MixedReality.Toolkit.MSBuild.UnityProjectInfo * Guid * Uri * string -> Microsoft.MixedReality.Toolkit.MSBuild.ReferenceItemInfo
Protected Sub New (unityProjectInfo As UnityProjectInfo, guid As Guid, referencePath As Uri, name As String)
Parameters
- unityProjectInfo
- UnityProjectInfo
Instance of parsed unity project info.
- guid
- Guid
The unique Guid of this reference item.
- referencePath
- Uri
The output path to the reference item.
- name
- String
The name of the reference.