VCProjectReference.ReferencedProjectIdentifier Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property ReferencedProjectIdentifier As String
用法
Dim instance As VCProjectReference
Dim value As String

value = instance.ReferencedProjectIdentifier
string ReferencedProjectIdentifier { get; }
property String^ ReferencedProjectIdentifier {
    String^ get ();
}
function get ReferencedProjectIdentifier () : String

Property Value

Type: System.String

Permissions

See Also

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace