DesignerDocDataService::HasSibling Method (String^)

 

Determines whether or not there is a sibling DocData with the specified name.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
bool HasSibling(
	String^ name
)

Parameters

name
Type: System::String^

The filename of the requested sibling DocData.

Return Value

Type: System::Boolean

true if the given file exists in the project, otherwise false.

Return to top
Show: