VCReferences.CanAddReferenceToFile(String) Method

Definition

Returns a value indicating whether to add the given file reference.

public:
 bool CanAddReferenceToFile(System::String ^ Path);
public:
 bool CanAddReferenceToFile(Platform::String ^ Path);
bool CanAddReferenceToFile(std::wstring const & Path);
[System.Runtime.InteropServices.DispId(913)]
public bool CanAddReferenceToFile (string Path);
[<System.Runtime.InteropServices.DispId(913)>]
abstract member CanAddReferenceToFile : string -> bool
Public Function CanAddReferenceToFile (Path As String) As Boolean

Parameters

Path
String

Path to the reference.

Returns

true if a file reference can be added; otherwise, false.

Attributes

Applies to