DesignerDocDataService.HasSibling(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.
Determines whether or not there is a sibling DocData with the specified name.
public:
bool HasSibling(System::String ^ name);
public:
bool HasSibling(Platform::String ^ name);
bool HasSibling(std::wstring const & name);
public bool HasSibling (string name);
member this.HasSibling : string -> bool
Public Function HasSibling (name As String) As Boolean
Parameters
Returns
true
if the given file exists in the project, otherwise false
.