[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Api.Generator.VsProjectFile.GetMergeType(System.String,System.String@)"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3389.20466 (1.0.0.0)

Syntax

C#
public GeneratedMergeType GetMergeType(
	string pathWithNoExtension,
	out string dependentFile
)
Visual Basic (Declaration)
Public Function GetMergeType ( _
	pathWithNoExtension As String, _
	<OutAttribute> ByRef dependentFile As String _
) As GeneratedMergeType
Visual C++
public:
GeneratedMergeType GetMergeType(
	String^ pathWithNoExtension, 
	[OutAttribute] String^% dependentFile
)

Parameters

pathWithNoExtension
Type: System..::.String

[Missing <param name="pathWithNoExtension"/> documentation for "M:Facebook.Api.Generator.VsProjectFile.GetMergeType(System.String,System.String@)"]

dependentFile
Type: System..::.String %

[Missing <param name="dependentFile"/> documentation for "M:Facebook.Api.Generator.VsProjectFile.GetMergeType(System.String,System.String@)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.VsProjectFile.GetMergeType(System.String,System.String@)"]

See Also

VsProjectFile Class
Facebook.Api.Generator Namespace