WorkspaceVisualNodeBase.SplitMoniker(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.
Utility to break the fullMoniker to parts (containing on individual nodeMonikers of all parents, starting from root).
public:
static cli::array <System::String ^> ^ SplitMoniker(System::String ^ fullNodeMoniker);
public:
static Platform::Array <Platform::String ^> ^ SplitMoniker(Platform::String ^ fullNodeMoniker);
static std::Array <std::wstring const &> SplitMoniker(std::wstring const & fullNodeMoniker);
public static string[] SplitMoniker (string fullNodeMoniker);
static member SplitMoniker : string -> string[]
Public Shared Function SplitMoniker (fullNodeMoniker As String) As String()
Parameters
- fullNodeMoniker
- String
a node full moniker
Returns
String[]
individual monikers of all node's parent and node itself that starting from the root