VCReferences.CanAddReferenceToFile(String) Method
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.
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